home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / WWSample.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  325 b   |  19 lines

  1. // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
  2. // see COPYRIGHT for reuse legalities
  3. //
  4.  
  5.  
  6. #import <appkit/appkit.h>
  7. #import "Protocol_WWSample.h"
  8.  
  9. @interface WWSample:Object <WWSample>
  10. {
  11.     id       data;
  12.     float  timestamp;
  13.     BOOL   freeData;
  14.     char   *generatorName;
  15.     float  weight;
  16. }
  17.  
  18. @end
  19.